翻訳と辞書 |
lazy loading : ウィキペディア英語版 | lazy loading Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program's operation if properly and appropriately used. The opposite of lazy loading is eager loading. == Implementations ==
There are four common ways of implementing the lazy load design pattern: ''lazy initialization''; a ''virtual proxy''; a ''ghost'', and a ''value holder''.〔Martin Fowler, ''Patterns of Enterprise Application Architecture'', Addison-Wesley, 2003, pp.200-214. ISBN 0-321-12742-0.〕 Each has its own advantages and disadvantages.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「lazy loading」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|